home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / applications / misc / upsey.lha / UPSey / InstallUPSey < prev    next >
Encoding:
Text File  |  1994-07-11  |  573 b   |  32 lines

  1. ECHO ""
  2. ECHO "UPSey, the ZIP Code to UPS Zone translator"
  3. ECHO "GiftWare. ©1994 by BOTH Software. Version 1.00"
  4. ECHO "All Rights Reserved."
  5. ECHO ""
  6. ASK "Do you want to install UPSey? (Yes/No) "
  7.  
  8.  
  9. IF WARN
  10.  
  11.  COPY UPSey SYS:WBStartup
  12.  COPY UPSey.info SYS:WBStartup
  13.  COPY UPSey.guide#? SYS:S
  14.  COPY UPSey.doc#? SYS:S
  15.  COPY #?.ups SYS:S
  16.  ECHO ""
  17.  ECHO "Installation Complete"
  18.  ECHO ""
  19.  ECHO "UPSey is now in WBStartup"
  20.  ECHO "UPSey's Database is in SYS:S"
  21.  ECHO "Press Control Alt and 'u' for UPSey"
  22.  WAIT 10
  23.  
  24. ELSE
  25.  
  26.  ECHO "Installation aborted, at your request"
  27.  WAIT 5
  28.  
  29. ENDIF
  30.  
  31.  
  32.